home *** CD-ROM | disk | FTP | other *** search
- # /etc/belocs/locale-gen.conf
- # Configuration file for locale-gen(8).
- #
- # Compiled locales data used to be stored under
- # /usr/lib/locale/<locale_name>/LC_*
- # files.
- # Locales can also be stored in a single file
- # /usr/lib/locale/locale-archive
- # if ARCHIVE is set to "yes".
- # Default is "no".
- ARCHIVE=no
-
- # Name of a file containing locale aliases. Its use is deprecated.
- ALIASES=
-
- # By default, locales are generated only if they are not present
- # or if any file needed to generate them has changed.
- # If PURGE is set to "yes", all locales are removed before localedef
- # is run.
- PURGE=no
-
- # In order to ensure that compiled locale files written by
- # localedef will be successfully loaded by GNU libc routines,
- # a magic number is written along with locales data.
- # If this value does not match the one used to compile GNU libc,
- # locales data are ignored so that data structures are not filled
- # in with invalid data.
- # Localedef can write compiled locales files for several formats:
- # 0x20051014: GNU libc CVS HEAD
- # 0x20031115: GNU libc >= 2.3.3
- # 0x20000828: 2.1.96 <= GNU libc <= 2.3.2
- # The default value is "auto", which means that the value will be
- # automatically determined. As there is no way to ask GNU libc for
- # this value, the localedef executable shipped in GNU libc creates
- # locales data files and current magic value is extracted from these
- # files.
- GLIBC_MAGIC=auto
-